CloudWatch Metrics

aws/monitoring aws/concept

💡 Definition

CloudWatch Metrics are data points about your AWS resources published to CloudWatch. A metric represents a time-ordered set of data points that are either published by AWS services or by your own applications.

🔑 Key Concepts

⚙️ How it Works

AWS services automatically send metrics to CloudWatch (e.g., EC2 sends CPU, Disk I/O, Network). You can view these in the console or retrieve them via API. You can create graphs and dashboards from them.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * CloudWatch * CloudWatch Alarms